home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / src / libgplus.5 / libgplus / gplus-in / sys / fcntl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-07  |  217 b   |  16 lines

  1. #ifndef __libgxx_sys_fcntl_h
  2.  
  3. extern "C"
  4. {
  5. #ifdef __sys_fcntl_h_recursive
  6. #include_next <sys/fcntl.h>
  7. #else
  8. #define __sys_fcntl_h_recursive
  9. #include_next <sys/fcntl.h>
  10. #define __libgxx_sys_fcntl_h 1
  11. #endif
  12. }
  13.  
  14.  
  15. #endif
  16.